home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 3169 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: news.cs.su.oz.au!metro!metro!news
  2. From: amann@extro.ucc.su.oz.au (Angus Mann)
  3. Newsgroups: comp.sys.amiga.datacomm,comp.sys.amiga.networking
  4. Subject: Re: IPDial 20 problem
  5. Date: 29 Mar 96 16:45:30 +1100
  6. Organization: Information Services, The University of Sydney, NSW, Australia
  7. Distribution: inet
  8. Message-ID: <1434.6662T1005T1546@extro.ucc.su.oz.au>
  9. References: <1294.6661T495T1683@ibm.net>
  10. Reply-To: amann@extro.ucc.su.OZ.AU (Angus Mann)
  11. NNTP-Posting-Host: ts-a12-1-46.ucc.su.oz.au
  12. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  13.  
  14.  
  15. On 28-Mar-96 23:48:45 Georges Heinesch <geohei@ibm.net> wrote:
  16. >I installed IPDial 20 recently and modified the scripts according my
  17. >system. I had to discover, that the new version is considerably faster,
  18. >actually so fast that the modem doesn't follow.
  19.  
  20. >    SEND "ATZ\r"
  21. >    WAIT TIMEOUT=5 "OK"
  22. >    ON STATUS GOTO ModemNotOk
  23. >;   Tell the modem not to hang up, when IPDial terminates.
  24.  
  25. >    SEND "AT&D0\r"
  26. >    WAIT TIMEOUT=10 "OK"
  27. >    ON STATUS GOTO ModemNotOk
  28.  
  29. >After receiving the first "OK" from the modem, the scripts sends then
  30. >"AT&D0", but the modem is not yet ready for it, how come ? I added now a
  31. >"DELAY 0 50" before every "SEND" line, but if the modem reports "OK" from a
  32. >previous command, it should be immediately ready to accept the next
  33. >command, shouldn't it?
  34.  
  35. Some modems pause after you send them an ATZ or ATZ1...
  36.  
  37. >NB: Please forward every answer to this article as well to me (as E-Mail)
  38. >    since my newsserver keeps on loosing articles
  39.  
  40. Just as long as it doesn't start losing the articles, you'll be fine...
  41.  
  42.                        .-------------------------------,
  43.                        |           Angus Mann          |
  44.                        |-------------------------------|
  45.                        |       Sydney, Australia       |
  46.                        |eMail: amann@extro.ucc.su.OZ.AU|
  47.                        l_______________________________j
  48.  
  49.  
  50.